object formProxySettings: TformProxySettings Left = 466 Top = 342 BorderStyle = bsDialog BorderWidth = 4 Caption = 'Proxy settings' ClientHeight = 222 ClientWidth = 280 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object groupNecessary: TGroupBox Left = 0 Top = 0 Width = 280 Height = 81 Align = alTop Caption = 'Necessary settings' TabOrder = 0 object labelNecessary0: TLabel Left = 16 Top = 24 Width = 65 Height = 17 AutoSize = False Caption = 'Host:' end object labelNecessary1: TLabel Left = 16 Top = 48 Width = 65 Height = 17 AutoSize = False Caption = 'Port:' end object eHost: TEdit Left = 88 Top = 24 Width = 177 Height = 21 Hint = 'Enter just the proxy name or IP here, like mycomp.local or 127.0' + '.0.1' ParentShowHint = False ShowHint = True TabOrder = 0 end object ePort: TEdit Left = 88 Top = 48 Width = 177 Height = 21 Hint = 'This is usually either 8080 or 80.' ParentShowHint = False ShowHint = True TabOrder = 1 end end object groupAuthentication: TGroupBox Left = 0 Top = 81 Width = 280 Height = 104 Align = alTop Caption = 'Authentication' TabOrder = 1 object labelAuth0: TLabel Left = 16 Top = 48 Width = 65 Height = 17 AutoSize = False Caption = 'User name:' end object labelAuth1: TLabel Left = 16 Top = 72 Width = 65 Height = 17 AutoSize = False Caption = 'Password:' end object cbUseAuth: TCheckBox Left = 8 Top = 24 Width = 257 Height = 17 Caption = 'Proxy server needs login...' TabOrder = 0 end object eUsername: TEdit Left = 88 Top = 48 Width = 177 Height = 21 Hint = 'The user name you have to use for authentication...' ParentShowHint = False ShowHint = True TabOrder = 1 end object ePassword: TEdit Left = 88 Top = 72 Width = 177 Height = 21 Hint = 'The password you have to use for authentication...' ParentShowHint = False PasswordChar = '*' ShowHint = True TabOrder = 2 end end object bnOK: TBitBtn Left = 184 Top = 192 Width = 89 Height = 25 TabOrder = 2 Kind = bkOK end object bnCancel: TBitBtn Left = 80 Top = 192 Width = 89 Height = 25 Caption = 'Cancel' TabOrder = 3 Kind = bkAbort end end